home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 221 / pascal / prgmer.nts < prev    next >
Encoding:
Text File  |  1988-02-17  |  1.7 KB  |  36 lines

  1.  
  2.           Notes to programmers who want to hack the program
  3.  
  4.         The following files are included so that you can modify or study how
  5. to do GEM and GEMDOS in Personal Pascal. You are welcome to modify and add
  6. enhancements to the program so long as you send me a copy of your code. The
  7. original source code is released by OSS and posted in CompuServe.
  8.  
  9.         PASCALM.PAS             the main source code of the program;
  10.         PASCALM.RSC             the resource file;
  11.         PASCALM.DEF             resource definition file for Megamax RCS
  12.         PASCALM.H               C include file of the resource;
  13.         PASCALM.I               Pascal include file of the resource;
  14.         WIN_INFO.PAS            Some routines do work properly, hopefully some
  15.                                 one or myself will make them work later.
  16.  
  17.         Currently I can not use windows after returing from a chained program.
  18. The text written to is invisble. You can add the win_info.pas to the main file
  19. and uncomment out the routines with Info_Window() and other routines related to
  20. window, and comment out the Info_Msg() and other routines related to closing
  21. the dialog_box. Also every once a while a pointer bug sneaks out and I am
  22. still chasing it.
  23.  
  24.         If you are not going to add any new features in the menu, you do not
  25. need a RCS to modify the .RSC file. If you have ideas of new features but do
  26. not have a copy of RCS, I can regenerate a RCS for you on request.
  27.  
  28.         Enjoy hacking.
  29.  
  30.         Jinfu Chen
  31.         445 S. Dobson Rd., #2022             (602)898-5338 (work)
  32.         Mesa, AZ 85202                       (602)834-7061 (home)
  33.  
  34.         CompuServe 72327,2434
  35.         GEnie      J.CHEN
  36.